home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gamers Delight 2
/
Gamers Delight 2.iso
/
Aminet
/
game
/
role
/
RoleMaster.lha
/
RM.Program
/
RoleMaster
< prev
next >
Wrap
Text File
|
1992-04-15
|
852b
|
30 lines
.Key Execute
Echo "*n*n*n*n"
Echo " The RoleMaster (tm) GameMaster Assistance Program"
Echo "*n Amiga version 1.0 © 1992 by Darryl C. Burgdorf"
Echo "*n*n"
If Not Exists Fonts:Garnet.font
Delete >NIL: RAM:CharName
Echo " Sorry, but the 'Garnet' 9-point font (from your"
Echo " master WorkBench disk) must be available in the"
Echo " FONTS: directory for the RoleMaster program to"
Echo " run correctly...."
Echo "*n Please install it, then try again!"
Wait 15
EndCLI
EndIf
If Not Exists Libs:HiSoftBASIC.library
If Not Exists RAM:Libs
MakeDir >NIL: RAM:Libs
Copy Libs:#? RAM:Libs Quiet
EndIf
Assign Libs: RAM:Libs
Copy >NIL: HiSoftBASIC.library Libs:
EndIf
CD >RAM:ProgPath
If Not Exists RAM:CharName
Echo >RAM:CharName "setup"
EndIf
MainMenu
EndCLI